home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSprite(18, 1)
- set the memberNum of sprite 18 to the number of member "BTTN_DOWN.PICT"
- puppetSound("bongo11.aif")
- updateStage()
- end
-
- on mouseUp
- set the memberNum of sprite 18 to the number of member "BTTN_UP.PICT"
- updateStage()
- puppetSprite(18, 0)
- unloadMember(member "BTTN_DOWN.PICT", "bongo11.aif")
- GoCafe("ULTSLOTS.dir")
- end
-